home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / admin / installboot.man < prev    next >
Encoding:
Text File  |  1990-02-14  |  1.3 KB  |  43 lines

  1. '\" Copyright 1989 Regents of the University of California
  2. '\" Permission to use, copy, modify, and distribute this
  3. '\" documentation for any purpose and without fee is hereby
  4. '\" granted, provided that this notice appears in all copies.
  5. '\" The University of California makes no representations about
  6. '\" the suitability of this material for any purpose.  It is
  7. '\" provided "as is" without express or implied warranty.
  8. '\" 
  9. '\" $Header: /sprite/lib/forms/RCS/cmd.man,v 1.1 89/02/23 13:08:24 ouster Exp $ SPRITE (Berkeley)
  10. '/" 
  11. .so \*(]ltmac.sprite
  12. .HS installboot admin
  13. .BS
  14. '\" Note:  do not modify the .SH NAME line immediately below!
  15. .SH NAME
  16. installboot \- Installs boot program on disk.
  17. .SH SYNOPSIS
  18. \fBinstallboot\fR [\fB-u\fR] \fB-D \fIdevice\fR  \fIboot_program\fR
  19. .SH OPTIONS
  20. .IP "\fB\-u\fR" 10
  21. Indicates the boot file has no a.out header (unix style).
  22. .IP "\fB\-D \fIdevice\fR" 10
  23. Uses the specified device (sample names: "rsd0", "rxy1").
  24. .BE
  25.  
  26. .SH DESCRIPTION
  27. .PP
  28. \fBinstallboot\fP copies the specified boot program onto a disk, removing the
  29. a.out header as it does so.
  30.  
  31. .SH SEE ALSO
  32. makeboot
  33.  
  34. .SH FILES
  35. /sprite/boot    - Directory containing per-machine TFTP boot files.
  36. These are typically symbolic links to machine-dependent boot programs.
  37. .br
  38. /sprite/boot.$MACHINE    - Home for the machine dependent boot programs.
  39.  
  40. .SH KEYWORDS
  41. boot, a.out 
  42.  
  43.